home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / 2sync / 2SyncSetup.exe / register / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  197 b   |  13 lines

  1. fscommand("register","registered");
  2. regtitle = "Enter your details";
  3. PassWord = "";
  4. tellTarget("Reg")
  5. {
  6.    gotoAndStop("true");
  7. }
  8. tellTarget("New")
  9. {
  10.    gotoAndStop("false");
  11. }
  12. stop();
  13.